home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / mount.dir / 00025_É}ÉEÉìÉgâÊñ èâä²âª.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  335 b   |  14 lines

  1. global gsoundmuteflg, gp_storynum, gp_num
  2.  
  3. on exitFrame
  4.   set gsoundmuteflg to 0
  5.   repeat with i = 1 to 9
  6.     puppetSprite(i, 1)
  7.   end repeat
  8.   if gp_storynum = 4 then
  9.     set the memberNum of sprite 8 to the number of member "Mount1"
  10.   else
  11.     set the memberNum of sprite 8 to the number of member "Mount" + gp_storynum
  12.   end if
  13. end
  14.